<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* zoyi浣跨敤鐨勫叏灞€鏍峰紡 */
body {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Segoe UI', 'Helvetica Neue', 'PingFang SC', 'Noto Sans', 'Noto Sans CJK SC', 'Microsoft YaHei', 寰蒋闆呴粦, sans-serif;
	-webkit-font-smoothing: antialiased;
	/* 瀛椾綋鎶楅敮榻垮緢濂�,浣滅敤璁╁瓧浣撴竻鏅� */
}

/*娓呴櫎鍐呭杈硅窛*/
* {
	margin: 0;
	padding: 0;
}

header,
mian,
footer {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-variant: normal;
}

a {
	text-decoration: none;
	color:#888;
}

a:hover {
	text-decoration: none;
	color:#eb3e22;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

img {
	border: none;
}

textarea {
	overflow: auto;
	resize: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

/*甯哥敤鍏叡鏍峰紡*/
.w100 {
	width: 100% !important;
}

.w50 {
	width: 50% !important;
}

.h100 {
	height: 100% !important;
}

.fl {
	/* 宸︽诞鍔� */
	float: left;
}

.fr {
	/* 鍙虫诞鍔� */
	float: right;
}

/* flex甯冨眬 star */
.flexR {
	/* flex甯冨眬 X杞存垚琛� */
	display: flex;
}

.flexC {
	/* flex甯冨眬 Y杞存垚鍒� */
	display: flex;
	flex-direction: column;
}

.jusStar {
	justify-content: flex-start;
}

.jusBe {
	/* flex涓� 鐨勫瓙鍏冪礌  X杞翠袱绔嚜鍔ㄥ榻� */
	justify-content: space-between;
}

.jusCen {
	/* flex涓� 鐨勫瓙鍏冪礌 X杞村眳涓帓鍒� */
	justify-content: center;
}

.jusEnd {
	/* flex涓� 鐨勫瓙鍏冪礌 X杞村熬绔帓鍒� */
	justify-content: flex-end;
}

.aliStar {
	align-items: flex-start;
}

.aliCen {
	/* flex涓� 鐨勫瓙鍏冪礌 Y杞村眳涓帓鍒� */
	align-items: center;
}

/* flex涓� 鐨勫瓙鍏冪礌 Y杞村熬绔帓鍒� */
.aliEnd {
	align-items: flex-end;
}

/* flex甯冨眬 end */
.Box {
	margin: 0 auto;
}
</pre></body></html>